(find-operation-coding-system): Describe the more detail of
authorKenichi Handa <handa@m17n.org>
Tue, 1 Aug 2006 00:49:28 +0000 (00:49 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Aug 2006 00:49:28 +0000 (00:49 +0000)
the change.

etc/NEWS

index 1414748a3dd7697768d22afa11cdf57118fe9788..52fcc1eea2ae60f65d3bab30a7268a21708bf08a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3661,8 +3661,10 @@ w32-use-full-screen-buffer to t.
 \f
 * Incompatible Lisp Changes in Emacs 22.1
 
-** The function find-operation-coding-system accepts a cons (FILENAME
-. BUFFER) in an argument correponding to the target.
+** The function find-operation-coding-system may be called with a cons
+(FILENAME . BUFFER) in the second argument if the first argument
+OPERATION is `insert-file-contents', and thus a function registered in
+`file-coding-system-alist' is also called with such an argument.
 
 ---
 ** The variables post-command-idle-hook and post-command-idle-delay have